synchronous process meaning in Chinese
同步过程
Examples
- This means that the client who sent this code is assuming a synchronous processing model , right
这意味着发送这个代码的客户端假定同步处理模型,是这样吗? - In some cases , asynchronous mode is replaced with synchronous processing , even though
在某些情况下,即使启用了asyncrendering ,异步模式也会被替换为同步模式。 - Synchronization provides a compromise between the unstructured nature of multithreaded programming and the structured order of synchronous processing
同步可以在多线程编程的非结构化特性与同步处理的结构化顺序之间进行平衡。 - You can specify asynchronous or synchronous processing for reports that are processed in local mode in the reportviewer web server control
如果您使用的是reportviewer web服务器控件,则可以将该控件配置为以同步或异步模式来处理报表。 - Because these methods are examples of synchronous processing , they interrupt the current thread until a message is available , unless you specify a time - out . the
因为这些方法是同步处理的示例,所以它们会在没有可用的消息时中断当前线程,除非您指定了超时。